Release 10.1A: OpenEdge Development:
Java Open Clients
Inherited methods
The following methods are inherited from the Java SDO
DataObjectimplementation. For a complete list, see the documentation for the Service Data Objects in EMF 2.0.1 at the following location:
get( )
Returns the specified column property value as an
Object, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getBigDecimal( )
Returns the value of a
BigDecimalcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getBoolean( )
Returns the value of a
booleancolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getBytes( )
Returns the value of a
byte[]column property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getInt( )
Returns the value of an
intcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getList( )
Returns the value of a
Listcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.You can use this method to access the many-valued column property mapped to a temp-table array field. To identify the Java data type of each
Propertyin the list, match the Progress 4GL data type of the corresponding temp-table field to the Java data type specified in Table 5–3.getLong( )
Returns the value of a
longcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getString( )
Returns the value of a
Stringcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.getType( )
This method returns the type of the
DataObject:
For more information on
DataObjecttypes, see the "Using Java SDO classes to access Property meta data" section.isSet( )
Returns
trueif the column property, as specified by the method overloading, is considered to be set:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.set( )
Sets the value of the column property as an
Object, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
setBigDecimal( )
Sets the value of a
BigDecimalcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
setBoolean( )
Sets the value of a
booleancolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
setBytes( )
Sets the value of a
byte[]column property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
setInt( )
Sets the value of an
intcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
setList( )
Sets the value of a
Listcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
You can use this method to set the value of a many-valued column property mapped to a temp-table array field. To identify the Java data type of each
Propertyin the list, match the Progress 4GL data type of the corresponding temp-table field to the Java data type specified in Table 5–3.setLong( )
Sets the value of a
longcolumn property, as specified by the overloaded methods:
propertyIndexSpecifies a 0-based index into the list of column properties contained by the
ProDataObject. You can identify the index of a particular column property that corresponds to a mapped temp-table field usingProDataObjectMetaDatamethods. For more information, see the "ProDataObjectMetaData class" section.propertyNameSpecifies the name of a column property in the
Propertylist contained by theProDataObject. This name is typically identical to the name of a Progress 4GL temp-table field to which this column property is mapped.valueSpecifies the value to set for this property.
setString( )
Sets the value of a
Stringcolumn property, as specified by the overloaded methods:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |